toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.ui.event
/
[jvm]KeyEvent
Key
Event
public
interface
KeyEvent
A common interface that all keyboard events must extend.
Inheritors
KeyPressed
KeyTyped
KeyReleased
Members
Functions
key
Code
Link copied to clipboard
public
abstract
KeyCode
keyCode
(
)
Returns the code of the key.
key
Location
Link copied to clipboard
public
abstract
KeyLocation
keyLocation
(
)
Returns the location of the key on the keyboard.
key
Modifiers
Link copied to clipboard
public
abstract
KeyModifiers
keyModifiers
(
)
Returns the keyboard modifiers applied.